Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / ItemBaseStyle<T> Class / Pressed Property

In This Topic
    Pressed Property (ItemBaseStyle<T>)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the pressed element on the screen.
    Syntax
    'Declaration
     
    
    Public Property Pressed As T
    public T Pressed {get; set;}
    See Also